home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 100
/
FreelogNo100-NovembreDecembre2010.iso
/
ViePratique
/
Calendar Magic
/
setup.exe
/
{app}
/
BMI.shf
< prev
next >
Wrap
Text File
|
2007-01-29
|
374b
|
15 lines
Degrees
' Body Mass Index (BMI)
'
' MetricCalc = 1 if mass (weight) is in kilograms and height in metres
' MetricCalc = 0 if mass (weight) is in British pounds and height in inches
'
MetricCalc = 1
==> MetricCalc = 1
Mass = 70
==> Mass = 70
Height = 1.7
==> Height = 1.7
BMI = {MetricCalc * 1 + invert(MetricCalc) * 703} * Mass / Height ^ 2
==> BMI = 24.22